From d6840089fbcf80be97b01841baec5cde0e4ebe6d Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Thu, 17 Nov 2005 20:25:47 +0100 Subject: [PATCH] Initialise the request ID in xs_talkv, to silence valgrind. We're not actually using this value at the moment -- it's only there for use by future clients. Signed-off-by: Ewan Mellor --- tools/xenstore/xs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/xenstore/xs.c b/tools/xenstore/xs.c index a817a88077..5cd4201e20 100644 --- a/tools/xenstore/xs.c +++ b/tools/xenstore/xs.c @@ -305,6 +305,7 @@ static void *xs_talkv(struct xs_handle *h, struct xs_transaction_handle *t, struct sigaction ignorepipe, oldact; msg.tx_id = (uint32_t)(unsigned long)t; + msg.req_id = 0; msg.type = type; msg.len = 0; for (i = 0; i < num_vecs; i++) -- 2.30.2